home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00024.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  190 b   |  15 lines

  1. on keyUp
  2.   if (the key = RETURN) or (the key = TAB) then
  3.     go("loginPswd")
  4.     cursor(0)
  5.   end if
  6. end
  7.  
  8. on mouseUp
  9.   if the doubleClick then
  10.     exit
  11.   end if
  12.   go("login")
  13.   cursor(0)
  14. end
  15.